home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0944 / setup.exe / 0 / RCDATA / TREADMETXT / TREADMETXT.txt
Encoding:
Text File  |  1996-12-09  |  632 b   |  34 lines

  1. object readmetxt: Treadmetxt
  2.   Left = 220
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'CrashCourse Text Reader'
  6.   ClientHeight = 331
  7.   ClientWidth = 331
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo1: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 329
  19.     Height = 297
  20.     ReadOnly = True
  21.     ScrollBars = ssVertical
  22.     TabOrder = 1
  23.   end
  24.   object Button1: TButton
  25.     Left = 256
  26.     Top = 304
  27.     Width = 75
  28.     Height = 25
  29.     Caption = '&OK'
  30.     TabOrder = 0
  31.     OnClick = Button1Click
  32.   end
  33. end
  34.